home *** CD-ROM | disk | FTP | other *** search
- #
- # Description:
- # This script file contains name of all thread script files
- # that are to be executed. For each line specified, a new
- # thread will be started. The specified thread script file
- # will be used to get the probe information for the thread.
- #
- # Format:
- # THREAD Threadfile.sct [ThreadPriority]
- #
- # REPEAT n THREAD Threadfile.sct [ThreadPriority]
- #
- # ThreadPriority is one of the following:-
- # TimeCritical
- # Highest
- # AboveNormal
- # Normal (default)
- # BelowNormal
- # Lowest
- # Idle
- #
-
- REPEAT 4 THREAD 1024.sct Normal
-